home *** CD-ROM | disk | FTP | other *** search
/ PC Answers 2003 September / PC Answers September 2003.iso / Software / trial / AutoMate 5.0.4.1 / automate5_eval_setup.exe / TaskEdit.exe / 0 / RCDATA / TFRMCLIPBOARDPASTE / TFRMCLIPBOARDPASTE.txt
Encoding:
Text File  |  2003-01-14  |  936 b   |  45 lines

  1. inherited frmClipboardPaste: TfrmClipboardPaste
  2.   HelpContext = 68
  3.   OldCreateOrder = True
  4.   PixelsPerInch = 96
  5.   TextHeight = 13
  6.   inherited pnlTop: TPanel
  7.     inherited lblCommandName: TLabel
  8.       Caption = ''
  9.     end
  10.     inherited memActionDesc: TMemo
  11.       Lines.Strings = (
  12.         'Pastes the text from the clipboard.')
  13.     end
  14.   end
  15.   inherited dxSIBarManager: TdxBarManager
  16.     Categories.ItemsVisibles = (
  17.       2)
  18.     Categories.Visibles = (
  19.       True)
  20.     PopupMenuLinks = <
  21.       item
  22.         Control = lsvAM5Errors
  23.         PopupMenu = dxCheckPopup
  24.       end>
  25.     DockControlHeights = (
  26.       0
  27.       0
  28.       0
  29.       0)
  30.   end
  31.   inherited dxCheckPopup: TdxBarPopupMenu
  32.     ItemLinks = <
  33.       item
  34.         Item = itmCheckAllErrors
  35.         UserGlyph.Data = {00000000}
  36.         Visible = True
  37.       end
  38.       item
  39.         Item = itmCheckNoErrors
  40.         UserGlyph.Data = {00000000}
  41.         Visible = True
  42.       end>
  43.   end
  44. end
  45.